projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8d093
)
Don't install private headers
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Jun 2010 23:28:01 +0000
(19:28 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Jun 2010 23:28:01 +0000
(19:28 -0400)
gdk/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/Makefile.am
b/gdk/Makefile.am
index 21b296c654b722ffc9a64c5ee155a28cf7b5887f..0138aa0127001fb4ac2d1d18b4de1563735a8603 100644
(file)
--- a/
gdk/Makefile.am
+++ b/
gdk/Makefile.am
@@
-79,7
+79,6
@@
gdk_public_h_sources = \
gdkcursor.h \
gdkdevice.h \
gdkdevicemanager.h \
- gdkdeviceprivate.h \
gdkdisplay.h \
gdkdisplaymanager.h \
gdkdnd.h \
@@
-112,10
+111,11
@@
gdk_built_public_sources = \
gdk_built_private_headers = \
gdkalias.h
-gdk_private_headers = \
- gdkinternals.h \
- gdkintl.h \
- gdkpoly-generic.h \
+gdk_private_headers = \
+ gdkinternals.h \
+ gdkdeviceprivate.h \
+ gdkintl.h \
+ gdkpoly-generic.h \
gdkregion-generic.h
gdk_c_sources = \